@charset "utf-8";

*{
	margin: 0px;
	padding: 0px;
}

body img {
	margin-top: 20px;
	margin-left: 20px;
}

.Redes.sociales {
	width: 10%;
	float: right;
	z-index: 1;
}
.Navegacion {
	background-color: #F1F1F1;
	width: 100%;
	float: left;
	z-index: 1;
}
.Navegacion .nav {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	background-color: #F1F1F1;
	float: left;
}
.Navegacion .nav:hover {
	background-color: #E5E5E5;
}

.Navegacion .nav >  li {
	width: 10%;
	float: left;
	list-style-image: none;
	list-style-type: none;
	text-align: left;
	margin-left: 70px;
	-webkit-box-shadow: 0px 0px;
	box-shadow: 0px 0px;
}
.nav li ul {
	width: 190%;
	position: absolute;
	list-style-image: none;
	list-style-type: none;
	display: none;
}
.nav li:hover > ul {
	display: block;
}


li ul li {
	position: relative;
	border: 1px solid #E9E9E9;
	background-color: #F1F1F1;
	display: block;
}


li ul li ul {
	left: 100%;
	top: 0%;
	display: block;
}
#Encabezado {
	background-color: #A4B4F2;
	width: 100%;
	height: 80px;
}
#Encabezado article {
	color: #FFFFFF;
	text-align: center;
	vertical-align: 20px;
	letter-spacing: 3px;
}
#Encabezado article p {
	height: 38px;
}
.texto.uno {
	width: 95%;
	margin-left: 40px;

}
.texto.dos #Izq {
	width: 350px;
	height: 320px;
	margin-left: 40px;
	float: left;
}
.texto.dos #Der {
	width: 55%;
	height: 300px;
	float: right;
	margin-right: 90px;
	margin-top: 20px;
}
.texto.dos #Der ul {
	list-style-type: disc;
	background-color: #E4E4E4;
	list-style-position: inside;
	float: left;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 10px;
	padding-right: 5px;
}
.texto.tres {
	width: 30%;
	height: 150px;
	margin-left: 40px;
	float: left;
	margin-top: 50px;
	list-style-position: inside;
	padding-top: 0px;
}
.texto.tres ul {
	background-color: #E4E4E4;
	list-style-position: inside;
	list-style-type: disc;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 10px;
}

.tabla.de.imagenes {
	width: 55%;
	float: right;
	display: block;
}
tbody tr td {
	border-style: hidden;
	height: auto;
	width: auto;
}
.texto.tres.abajo {
	width: 30%;
	height: 200px;
	float: left;
	margin-left: 40px;
}
.texto.tres.abajo ul {
	background-color: #E4E4E4;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 10px;
}
.ultimas.fotos #fotouno {
	height: 300px;
	width: 40%;
	float: left;
	margin-left: 50px;
	margin-top: 60px;
}
.ultimas.fotos #fotodos {
	width: 40%;
	height: 300px;
	float: right;
	margin-right: 100px;
	margin-top: 50px;
}
.Pie.de.pagina {
	width: 100%;
	margin-top: 20px;
	margin-left: 20px;
	float: left;
}

.Pie.de.pagina h4 {
	color: #000000;
}
